<name>Sam Finneas</name>
<profession>Skipper</profession>
<dialogue>
  <greeting>
    <reply>
      <text>Ahoy there!</text>
      <return>main</return>
    </reply>
  </greeting>
  <main>
    <option>
      <text>Hello Sir! Are you the captain of this boat?</text>
      <npc>
        <reply>
          <text>That I am. Sam Finneas is the name, and the river is my life. A man of the highest principles, that's me. Lord August cannot tell a lie. I can, but I won't.</text>
          <return>main</return> 
        </reply>
      </npc>
    </option>
    <option>
      <text>You are looking quite handsome today, sir.</text>
      <npc>
        <reply>
          <text>Why, thank you. I find that naked people have little or no influence on society.</text>
          <return>main</return> 
        </reply>
      </npc>
    </option>
    <option>      
      <text>Do you make regular trips, or can we hire you?</text>
      <npc>
        <reply>
          <text>The St. Nicholas is for special trips only, when Lord August commands it. Fortunately that is not too rare, so I get to see my young lady, miss Issippi, quite frequently</text>
          <return>main</return> 
        </reply>
      </npc>
    </option>
    <option>      
      <text>Is the river safe?</text>
      <npc>
        <reply>
          <text>The passages to Soronne and Ryft are rough, but after that the river Ebony is good going. I advise against taking a swim though, and we have to stay away from the river banks to avoid any highwaymen that are about. But that's how it is. The world owes you nothing, it was here first.</text>
          <return>highwayman</return> 
        </reply>
      </npc>
    </option>
    <option>      
      <text>What facilities are there on board?</text>
      <npc>
        <reply>
          <text>There is a small laboratory, and we have a number of comfortable bunks for passengers. If the company is large, there is always the deck.</text>
          <return>main</return> 
        </reply>
      </npc>
    </option>
    <option>
      <if>
        <key>powercrystalsbooked</key>
        <item>Power Crystals</item>
      </if>      
      <text>Captain Finneas, we have fresh crystals to power the wheels.</text>
      <npc>
        <reply>
          <text>Now there's a good deed! The last ones were all but depleted. I may not be a Seer, but I sense a trip coming up!</text>
        <script>
          <give>Power Crystals</give>
          <key>powercrystalsdone</key>
          <quest>Power Crystals|done</quest>
          <expall>4500</expall>
          <reputation>1</reputation>
          <log>Delivered power crystals to captain Finneas</log>
        </script>
          <return>main</return> 
        </reply>
      </npc>
    </option>
    <option>
      <if><key>prophetbooked</key></if>
      <text>Captain Finneas, we are ready to start our mission!</text>
      <npc>
        <reply>          
          <text>Come aboard then, and make yourself at home. We will arrive in Soronne in a couple of days.</text>
          <return>endofdemo</return> 
        </reply>
      </npc>
    </option>
    <option>
      <text>It's an honour, sir.</text>
      <npc>
        <reply>
          <return>exit</return> 
        </reply>
      </npc>
    </option>
  </main> 
  <highwayman>
    <option>      
      <text>What if you have an encounter with a highwayman despite all precautions?</text>
      <npc>
        <reply>
          <text>I thoroughly disapprove of fighting. If a highwayman should challenge me, I would take him kindly and forgivingly by the hand and lead him to the railing and throw him overboard.</text>
          <return>main</return> 
        </reply>
      </npc>
    </option>
  </highwayman>
  <endofdemo>
    <option>
      <text>Let's go!  (E N D   O F   D E M O)</text>
      <npc>
        <reply>
          <script>
            <key>leftSerenity</key>
            <music>riverboat</music>
          </script>
          <return>exit</return> 
        </reply>
      </npc>
    </option>
  </endofdemo>
</dialogue>